78 Results for:"> museos de arte

  • Sort by: 

How to choose between REST vs. gRPC

By Bob Reselman 09 Nov 2021

Does your REST API and subsequent JSON or XML data create a bottleneck in your architecture? Perhaps it's time to consider gRPC instead of REST for your web services. Read More

Apache Struts Hello World by example

By Cameron McKenzie 09 Aug 2020

Here's a simple Struts Hello World example for anyone interested in learning how to use the latest Struts 2.5 release. The Apache Struts Framework has come a long way in the last 20 years. Read More

Apache Struts 2.5 with no Struts config XML file example

By Cameron McKenzie 09 Aug 2020

Learn to develop a modern Java web application with this Apache Struts 2.5 example. No Struts config XML files are required. This zero-config Struts example goes without! Read More

16 REST API design best practices and guidelines

By Matt Heusser 09 Feb 2021

Common guidelines for API design lead to better functionality and flexibility. Follow these REST API design best practices to help you tend to your burgeoning API garden. Read More

Build a Power Automate flow using the Graph API

By Adam Bertram 27 Oct 2020

Administrators of Office 365 or Azure platforms can benefit from using newer Microsoft software technologies to handle many jobs, such as automating tasks and generating reports. Read More

A Graylog tutorial to centrally manage IT logs

By Adam Bertram 16 Jun 2020

Graylog enables IT admins to manage and analyze log data from multiple sources. Use this tutorial to set up the tool and learn its primary features, such as pipelines and extractors. Read More

Be a more technical tester with HTML, CSS and JS

By Matt Heusser 12 Dec 2016

If you're ready to boost your testing skills, why not learn more about web development? Expert Matt Heusser walks you through HTML, CSS and JS to get you started. Read More

How to define a portlet namespace and context paths using JSTL and JSP

29 Apr 2014

Learn how to define portlet namespaces and context paths using JSTL and the JSP expression language. Read More

Install the Jenkins Artifactory plugin in 5 easy steps

By Cameron McKenzie 29 Jan 2019

Jenkins and Artifactory integration can be a major timesaver for DevOps engineers. Follow these five steps for an easy plugin installation in your CI/CD pipelines. Read More

Creating pages based on a JSF template: Using the Facelets ui:define tag

By Cameron McKenzie 20 Jul 2014

What do you do once you've set up a handsome page template using the Facelets functions that come with JSF 2.x? Well, you start creating new pages, meshing those ui:define tags in with ui:composition and ui:insert.... Read More